Update README to reflect moved library.
authorEwan Mellor <ewan@xensource.com>
Fri, 1 Dec 2006 13:09:30 +0000 (13:09 +0000)
committerEwan Mellor <ewan@xensource.com>
Fri, 1 Dec 2006 13:09:30 +0000 (13:09 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/libxen/README

index 4aa945038157a1b0b1488da2efc30c54458aa5e4..2dd79f46fcc25502c0f37c8fea01f639eda7f659 100644 (file)
@@ -44,11 +44,12 @@ The bindings depend upon libxml2, the XML toolkit from the GNOME project; the
 test program depends upon libcurl3 also.  On Debian, you need the packages
 libxml2-dev and libcurl3-dev.
 
-To compile, type make.
+To compile, type make.  To compile the test also, type make
+test/test_bindings, remembering the additional dependency.
 
 To run the test, do
 
-LD_LIBRARY_PATH=src ./test/test_bindings <url> <username> <password>
+LD_LIBRARY_PATH=. ./test/test_bindings <url> <username> <password>
 
 where <url> is the fragment of the server URL that follows the http://, for
 example "localhost:8005/RPC2".